projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffadf1
)
Fix error I introduced on type of GPS_Serial_Read yesterday.
author
robertl
<robertl>
Fri, 6 Dec 2002 15:48:59 +0000
(15:48 +0000)
committer
robertl
<robertl>
Fri, 6 Dec 2002 15:48:59 +0000
(15:48 +0000)
jeeps/gpsserial.c
patch
|
blob
|
history
diff --git
a/jeeps/gpsserial.c
b/jeeps/gpsserial.c
index 546344571a3490299319a0e5a453113bbca82ab1..fcef833366d5b863fe2f3cb956677a4a784459a3 100644
(file)
--- a/
jeeps/gpsserial.c
+++ b/
jeeps/gpsserial.c
@@
-126,7
+126,7
@@
int32 GPS_Serial_Write(int32 ignored, const void *obuf, int size)
return len;
}
-int GPS_Serial_Read(int32 ignored, void *ibuf, int size)
+int
32
GPS_Serial_Read(int32 ignored, void *ibuf, int size)
{
DWORD cnt;